home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / et / etman.lha / man / mann / typedef.FreeHookFun.n < prev    next >
Text File  |  1991-10-24  |  766b  |  37 lines

  1.  
  2.  
  3. .SH TYPEDEF NAME
  4. \fBfunctionptr FreeHookFun(
  5. void* freeHookData, void* storageLocation, int storageSize)
  6. .SH DESCRIPTION
  7. \fBFreeHookFun\fP can be hooked with function \fIfunction StorageSetFreeHook\fP into every \fBdelete\fP. That means \fBFreeHookFun\fP is called on every memory free that is made. It is used f.i. in the PROGENV to update References to deleted objects.
  8. .SH ARGUMENTS
  9. .TP
  10. \fBvoid* freeHookData
  11. .br
  12. Semantics are implementation dependent.
  13. .TP
  14. \fBvoid* storageLocation
  15. .br
  16. Pointer to the freed storage area.
  17. .TP
  18. \fBint storageSize
  19. .br
  20. Size of freed storage.
  21. .SH CATEGORIES
  22.  
  23. .na
  24. memory management
  25. .ad b
  26.  
  27. .SH FILES
  28. .PD 0
  29. .TP 20
  30. declaration:
  31. \fBStorage.h
  32. .SH HISTORY
  33. chris@csesbg.at    Fri Apr 12 16:35 1991
  34. .br
  35. chris@csesbg.at    Wed Apr 17 13:49 1991
  36. .br
  37.